Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ListEx<TItem,TItemInterface> Class / ForEach Method

In This Topic
    ForEach Method (ListEx<TItem,TItemInterface>)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ForEach( _
       ByVal action As System.Action(Of TItem) _
    ) 
    public void ForEach( 
       System.Action<TItem> action
    )

    Parameters

    action
    See Also